08. Quiz: Generating Boxes and Detecting Objects

Seeing a Test Image

What do you think will happen once a network, like the CNN we've been talking about, sees a new, test image with an object in it? First, our network has to break this new, test image into a grid.

An image of a woman working broken into a grid of cells; 5 of which are labelled: A, B, C, D, and E.

An image of a woman working broken into a grid of cells; 5 of which are labelled: A, B, C, D, and E.

For the above image, which cell do you think will predict the bounding box for the person in that image? (You may select multiple cells if you think more than one will detect the person and produce a bounding box.)

SOLUTION:
  • A